home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / main.dxr / 00029_VOL DOWN.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  217 b   |  11 lines

  1. on mouseUp
  2.   set s to the soundLevel
  3.   set btncn to the castNum of sprite 42
  4.   if s > 0 then
  5.     set the castNum of sprite 42 to btncn - 1
  6.     set s to s - 1
  7.     set the soundLevel to s
  8.     updateStage()
  9.   end if
  10. end
  11.